home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / adaed / spider / draw5.ada < prev    next >
Encoding:
Text File  |  1996-01-30  |  214 b   |  25 lines

  1. WITH Spider; Use Spider;
  2. PROCEDURE Drawing5 IS 
  3. BEGIN 
  4. Reset; 
  5. Red;
  6. Step;
  7. Step;
  8. Step;
  9. Step;
  10. Turn;
  11. Step;
  12. Green;
  13. Step;
  14. Step;
  15. Step;
  16. Turn;
  17. Red;
  18. Step;
  19. Step;
  20. Step;
  21. Step;
  22. Step;
  23. Quit;
  24. END Drawing5;
  25.